home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 10 code / LWFontUtility / NamerUtilDev / MakeFile next >
Encoding:
Makefile  |  1992-04-08  |  837 b   |  28 lines  |  [TEXT/MPS ]

  1. #########################################################################################
  2. #
  3. # makefile - make rules for NamerUTIL
  4. #
  5. # Written by Bryan K. Ressler (Beaker), 10/8/91
  6. #
  7. #########################################################################################
  8.  
  9. # set up variables that describe the UTIL's ID and resource space base ID
  10. UTILID = 150
  11. ResSpace = 18300
  12. UTILName = "Rename Printer…"
  13.  
  14. COptions = -b -mbg full -sym off -r
  15. AOptions = -d ResSpace={ResSpace}
  16. LOptions = -sym off
  17. ROptions = -a -d ResSpace={ResSpace}
  18. Objects = UTILHead.a.o NamerUTIL.c.o "{Libraries}Interface.o"
  19.  
  20. LWFU ƒ LWFU.bak {Objects} NamerUTIL.r Makefile
  21.     Duplicate -y LWFU.bak LWFU
  22.     Rez {ROptions} -o LWFU NamerUTIL.r
  23.     Link {LOptions} ∂
  24.         -rt UTIL={UTILID} ∂
  25.         -sn Main={UTILName} ∂
  26.         -o LWFU {Objects}
  27.     Beep 1c,5 1e,5 1g,5 2c,5 2c,5,0 1g,5 2c,10
  28.